-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Inference] conv2d_fuison op support codegen #58650
[Inference] conv2d_fuison op support codegen #58650
Conversation
… conv_fusion_to_phi
你的PR提交成功,感谢你对开源项目的贡献! |
Sorry to inform you that 39fa7c4's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually. |
… conv_fusion_to_phi
… conv_fusion_to_phi
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, no docs changes
f4b2481
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -85,6 +85,7 @@ | |||
'fusion_gru', | |||
'fusion_seqconv_eltadd_relu', | |||
'fusion_seqexpand_concat_fc', | |||
'conv2d_fusion', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个api命名方式跟其他fusion类api不一样,是什么原因呢?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM for docs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
后续改下conv_fusion的名称跟其他fused算子一致
好的,根据沟通结果,下一个PR将paddle内部的conv2d_fusion及其相关pass/op type/文件名等统一改为fused_conv2d_add_act |
PR types
Others
PR changes
Others
Description
Others
Pcard-71500